Open access status of articles in which
Charité scientists were involved

Row

Open access status in absolute numbers

Open access status in %

Row

Open access status of articles of which
a Charité scientists was the corresponding author

Row

Open access status in absolute numbers

Open access status in %

---
title: "Open Access Dashboard "
output: 
  flexdashboard::flex_dashboard:
    orientation: rows
    vertical_layout: scroll
    source_code: embed
---

```{r setup, include=FALSE}
library(flexdashboard)

source("data_1.R", encoding = 'UTF-8')
```


 Open access status of articles in which 
Charité scientists were involved
Row {data-height=500} ----------------------------------------------------------------------- ### Open access status in absolute numbers ```{r} status_absolute # {.column data-height=1800} style="height:100pc;" ``` ### Open access status in % ```{r} status_percent ``` Row {data-height=150} ----------------------------------------------------------------------- Open access status of articles of which
a Charité scientists was the corresponding author
Row {data-height=500} ----------------------------------------------------------------------- ### Open access status in absolute numbers ```{r} status_corresponding_absolute ``` ### Open access status in % ```{r} status_corresponding_percent ```